Color Hex Logo

#ccefba Color Hex

#CCEFBA
(204,239,186)
0 Favorites   0 Comments

Color spaces of #ccefba

RGB 204239186
HSL0.280.620.83
HSV100°22°94°
CMYK 0.150.000.22   0.06
XYZ64.631378.115558.1258
Yxy78.11550.32180.3889
Hunter Lab88.3830-24.139622.8755
CIE-Lab90.8326-20.803821.9510

#ccefba color RGB value is (204,239,186).

#ccefba hex color red value is 204, green value is 239 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ccefba hue: 0.28 , saturation: 0.62 and the lightness value of ccefba is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 10111010
Octal 314 357 272
Decimal 204 239 186
Hex CC EF BA

RGB Percentages of Color #ccefba

%32.43
%38.00
%29.57

CMYK Percentages of Color #ccefba

%15
%0
%22
%6

Triadic Colors of #ccefba

#ccefba #baccef #efbacc

Analogous Colors of #ccefba

#ccefba #baefc3 #e7efba

Monochromatic Colors of #ccefba

#ccefba

Complementary Color

#ccefba #ddbaef

#ccefba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccefba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccefba Color CSS Codes

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

#ccefba Text Font Color

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

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


#ccefba Background Color

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

This div background color is #ccefba


#ccefba Border Color

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

This div border color is #ccefba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccefba


Comments

No comments written yet.

Please login to write comment.