Color Hex Logo

#cbed5d Color Hex

#CBED5D
(203,237,93)
0 Favorites   0 Comments

Color spaces of #cbed5d

RGB 20323793
HSL0.210.800.65
HSV74°61°93°
CMYK 0.140.000.61   0.07
XYZ56.888674.055221.6517
Yxy74.05520.37280.4853
Hunter Lab86.0553-32.595845.3212
CIE-Lab88.9486-30.992664.2091

#cbed5d color RGB value is (203,237,93).

#cbed5d hex color red value is 203, green value is 237 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cbed5d hue: 0.21 , saturation: 0.80 and the lightness value of cbed5d is 0.65.

The process color (four color CMYK) of #cbed5d color hex is 0.14, 0.00, 0.61, 0.07. Web safe color of #cbed5d is #ccff66. Color #cbed5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 01011101
Octal 313 355 135
Decimal 203 237 93
Hex CB ED 5D

RGB Percentages of Color #cbed5d

%38.09
%44.47
%17.45

CMYK Percentages of Color #cbed5d

%14
%0
%61
%7

Triadic Colors of #cbed5d

#cbed5d #5dcbed #ed5dcb

Analogous Colors of #cbed5d

#cbed5d #83ed5d #edc75d

Monochromatic Colors of #cbed5d

#cbed5d

Complementary Color

#cbed5d #7f5ded

#cbed5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbed5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbed5d Color CSS Codes

.mybgcolor {background-color:#cbed5d; } 
.myforecolor {color:#cbed5d; }
.mybordercolor {border:3px solid #cbed5d; }

#cbed5d Text Font Color

<p style="color:#cbed5d">Text here</p>

This sample text font color is #cbed5d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cbed5d Background Color

<div style="background-color:#cbed5d">
Div content here</div>

This div background color is #cbed5d


#cbed5d Border Color

<div style="border:3px solid #cbed5d">
Div here</div>

This div border color is #cbed5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,237,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbed5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbed5d;
  -webkit-box-shadow: 1px 1px 3px 2px #cbed5d;
  box-shadow:         1px 1px 3px 2px #cbed5d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,237,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cbed5d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cbed5d;
  -webkit-box-shadow: 1px 1px 3px 2px #cbed5d;
  box-shadow:         1px 1px 3px 2px #cbed5d;">
Div content here</div>

This div box has shadow with color #cbed5d


Comments

No comments written yet.

Please login to write comment.