Color Hex Logo

#cbefb5 Color Hex

#CBEFB5
(203,239,181)
0 Favorites   0 Comments

Color spaces of #cbefb5

RGB 203239181
HSL0.270.640.82
HSV97°24°94°
CMYK 0.150.000.24   0.06
XYZ63.835677.765755.3619
Yxy77.76570.32410.3948
Hunter Lab88.1849-25.110224.5075
CIE-Lab90.6729-21.927224.2891

#cbefb5 color RGB value is (203,239,181).

#cbefb5 hex color red value is 203, green value is 239 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #cbefb5 hue: 0.27 , saturation: 0.64 and the lightness value of cbefb5 is 0.82.

The process color (four color CMYK) of #cbefb5 color hex is 0.15, 0.00, 0.24, 0.06. Web safe color of #cbefb5 is #ccffcc. Color #cbefb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 10110101
Octal 313 357 265
Decimal 203 239 181
Hex CB EF B5

RGB Percentages of Color #cbefb5

%32.58
%38.36
%29.05

CMYK Percentages of Color #cbefb5

%15
%0
%24
%6

Triadic Colors of #cbefb5

#cbefb5 #b5cbef #efb5cb

Analogous Colors of #cbefb5

#cbefb5 #b5efbc #e8efb5

Monochromatic Colors of #cbefb5

#cbefb5

Complementary Color

#cbefb5 #d9b5ef

#cbefb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbefb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbefb5 Color CSS Codes

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

#cbefb5 Text Font Color

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

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


#cbefb5 Background Color

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

This div background color is #cbefb5


#cbefb5 Border Color

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

This div border color is #cbefb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbefb5


Comments

No comments written yet.

Please login to write comment.