Color Hex Logo

#cbefd4 Color Hex

#CBEFD4
(203,239,212)
0 Favorites   0 Comments

Color spaces of #cbefd4

RGB 203239212
HSL0.380.530.87
HSV135°15°94°
CMYK 0.150.000.11   0.06
XYZ67.378879.183074.0200
Yxy79.18300.30550.3590
Hunter Lab88.9848-20.564312.9703
CIE-Lab91.3170-16.74789.1724

#cbefd4 color RGB value is (203,239,212).

#cbefd4 hex color red value is 203, green value is 239 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #cbefd4 hue: 0.38 , saturation: 0.53 and the lightness value of cbefd4 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 11010100
Octal 313 357 324
Decimal 203 239 212
Hex CB EF D4

RGB Percentages of Color #cbefd4

%31.04
%36.54
%32.42

CMYK Percentages of Color #cbefd4

%15
%0
%11
%6

Triadic Colors of #cbefd4

#cbefd4 #d4cbef #efd4cb

Analogous Colors of #cbefd4

#cbefd4 #cbefe6 #d4efcb

Monochromatic Colors of #cbefd4

#cbefd4

Complementary Color

#cbefd4 #efcbe6

#cbefd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbefd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbefd4 Color CSS Codes

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

#cbefd4 Text Font Color

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

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


#cbefd4 Background Color

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

This div background color is #cbefd4


#cbefd4 Border Color

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

This div border color is #cbefd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbefd4


Comments

No comments written yet.

Please login to write comment.