Color Hex Logo

#cefc1b Color Hex

#CEFC1B
(206,252,27)
0 Favorites   0 Comments

Color spaces of #cefc1b

RGB 20625227
HSL0.200.970.55
HSV72°89°99°
CMYK 0.180.000.89   0.01
XYZ60.461882.821813.8364
Yxy82.82180.38480.5271
Hunter Lab91.0065-40.671654.6902
CIE-Lab92.9364-39.537787.2708

#cefc1b color RGB value is (206,252,27).

#cefc1b hex color red value is 206, green value is 252 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #cefc1b hue: 0.20 , saturation: 0.97 and the lightness value of cefc1b is 0.55.

The process color (four color CMYK) of #cefc1b color hex is 0.18, 0.00, 0.89, 0.01. Web safe color of #cefc1b is #ccff33. Color #cefc1b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 00011011
Octal 316 374 33
Decimal 206 252 27
Hex CE FC 1B

RGB Percentages of Color #cefc1b

%42.47
%51.96
%5.57

CMYK Percentages of Color #cefc1b

%18
%0
%89
%1

Triadic Colors of #cefc1b

#cefc1b #1bcefc #fc1bce

Analogous Colors of #cefc1b

#cefc1b #5efc1b #fcba1b

Monochromatic Colors of #cefc1b

#cefc1b

Complementary Color

#cefc1b #491bfc

#cefc1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefc1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefc1b Color CSS Codes

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

#cefc1b Text Font Color

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

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


#cefc1b Background Color

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

This div background color is #cefc1b


#cefc1b Border Color

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

This div border color is #cefc1b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,252,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cefc1b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cefc1b;
  -webkit-box-shadow: 1px 1px 3px 2px #cefc1b;
  box-shadow:         1px 1px 3px 2px #cefc1b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,252,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefc1b


Comments

No comments written yet.

Please login to write comment.