Color Hex Logo

#cbed9b Color Hex

#CBED9B
(203,237,155)
0 Favorites   0 Comments

Color spaces of #cbed9b

RGB 203237155
HSL0.240.690.77
HSV85°35°93°
CMYK 0.140.000.35   0.07
XYZ60.829275.631442.4026
Yxy75.63140.34010.4228
Hunter Lab86.9663-27.338031.9681
CIE-Lab89.6879-24.666536.1686

#cbed9b color RGB value is (203,237,155).

#cbed9b hex color red value is 203, green value is 237 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cbed9b hue: 0.24 , saturation: 0.69 and the lightness value of cbed9b is 0.77.

The process color (four color CMYK) of #cbed9b color hex is 0.14, 0.00, 0.35, 0.07. Web safe color of #cbed9b is #ccff99. Color #cbed9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 10011011
Octal 313 355 233
Decimal 203 237 155
Hex CB ED 9B

RGB Percentages of Color #cbed9b

%34.12
%39.83
%26.05

CMYK Percentages of Color #cbed9b

%14
%0
%35
%7

Triadic Colors of #cbed9b

#cbed9b #9bcbed #ed9bcb

Analogous Colors of #cbed9b

#cbed9b #a2ed9b #ede69b

Monochromatic Colors of #cbed9b

#cbed9b

Complementary Color

#cbed9b #bd9bed

#cbed9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbed9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbed9b Color CSS Codes

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

#cbed9b Text Font Color

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

This sample text font color is #cbed9b
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.


#cbed9b Background Color

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

This div background color is #cbed9b


#cbed9b Border Color

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

This div border color is #cbed9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbed9b


Comments

No comments written yet.

Please login to write comment.